runtime.coro.lockedExt (field)
4 uses
runtime (current package)
coro.go#L30: lockedExt uint32 // mp's external LockOSThread counter at coro creation time.
coro.go#L54: c.lockedExt = mp.lockedExt
coro.go#L121: if mp != c.mp || mp.lockedInt != c.lockedInt || mp.lockedExt != c.lockedExt {
coro.go#L124: print("coro: got lock external ", mp.lockedExt, ", want ", c.lockedExt, "\n")
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |